func runtime.lfstackPack

3 uses

	runtime (current package)
		lfstack.go#L26: 	new := lfstackPack(node, node.pushcnt)
		lfstack.go#L60: 	lfstackPack(node, ^uintptr(0))
		lfstack.go#L63: func lfstackPack(node *lfnode, cnt uintptr) uint64 {